[. NET object-oriented programming advanced] (26) Team development tool (v) Distributed version control system git--graphical git client Tools TortoisegitPre-Read Prerequisites:Connect to the following article:Distributed version control system git--using Gitstack+tortoisegit graphical interface to build
directoryCd.. : Return to Upper DirectoryCD: Jump to the computer root directory, under Windows system jump to "users/users" directoryTouch XX: Create a file named XX (no action if the file already exists)mkdir XX: Create a folder named XX (no action if the folder already exists)Cat xx: View the contents of the XX file (you can only view content in a non-catalog file)RM XX: Delete XX fileRm–r XX: Delete xx folder (at the same time recursively delete all files under it)CP xx YY ZZ: Copy XX and y
: Mkdir-p git_test/Initializing the directory: Git init git_testAdd file to local repository: git add hello.cSubmit file to local repository: Git commit-m "This is a git test file"View warehouse status: Git statusView file modifications
the indexes of the headers of different development branches, or the index of the tag you use to calibrate the version.Note: The master is the default branch, which is why. git/HEAD points to the master when it is created, although it does not exist at present. Git will assume that you will start on the master and expand your future work, unless you create your own branch.In addition, this is just a conven
Original URL: https://github.com/doggy8088/Learn-Git-in-30-days/blob/master/docs/02%20%E5%9C%A8%20Windows%20%E5%B9%B3% E5%8f%b0%e5%bf%85%e8%a3%9d%e7%9a%84%e4%b8%89%e5%a5%97%20git%20%e5%b7%a5%e5%85%b7.markdownTo start using Git version control, first install the right Git tool, this series of articles is mainly on the Windows platform as the main, this article wil
www.github.com to complete the application. The specific registration process is not detailed enough to upload the public key.Git accesses the resource library through ssh, so you need to upload your public key to github.On the github.com page, select Account settings in the upper-right corner, select SSH Keys, and add your own public key.Manage your own projectsCreate a git RepositoryI personally develop a module and temporarily manage it using code
install plug-ins, install git. In intellij idea, this plug-in is installed by default. You only need to check activation in settings and configure it.
As for how to use git, I will not talk about it here. There are a lot of tutorials on the Internet. Here we recommend an article about how to use git in eclipse. The article address is quite detailed. You can take
Use Git version control tools in project development to improve efficiency.
Install Git (linux centos platform)
Source code Installation
1. Install dependency
$ Yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
2. Compile and install the source code
Address:
Http://git-scm.com/download
Compile a
and rename files can only be implemented through the configured branch ing. Otherwise, you must revise the file before submission.
The code library rarely crashes, and the proportion of experts/developers is very low, such.
Such as Perforce. 5. High Speed, invisible, and highly available
Developers can copy data locally and Work offline.
You can quickly build a local file system.
It can be reconstructed quickly.
Checkout and checkin are both very fast.
Non-Operational Code Synchronizatio
Use Git version control tools in project development to improve efficiency
Install Git (Linux CentOS platform)Source code Installation1. Install dependency$ Yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel2. Compile and install the source codeAddress: http://git-scm.com/downloadCompile and inst
be implemented through the configured branch ing. Otherwise, you must revise the file before submission.
The code library rarely crashes, and the proportion of experts/developers is very low, such.
Such as perforce.
5. High Speed, invisible, and highly available
Developers can copy data locally and Work offline.
You can quickly build a local file system.
It can be reconstructed quickly.
Checkout and checkin are both very fast.
Non-Operational Code Synchronization and updates are fast.
01.GIT IntroductionSVN is a centralized source control tool that must be networked to operate Git is distributed. There are two: one is the local code repository, one is the remote code warehouseDistributed source code management tools A.GIT-Local Code warehouse usage Process 1. Create a local code repository : git
Git Source Code Control tools
Git basic information
Git:git is a "distributed" version control tool
Git's author is the father of Linux Linus Benedict Torvolds, who developed git just to assist with the development of the Linux kernel
Git is alrea
Git is a free, open source distributed version control system for agile and efficient processing of any or small or large project.
Git is an open source distributed version control system for efficient, high-speed processing of project versioning from very small to very large. Git is an open source version control software developed by Linus Torvalds to help
background:The source code for the Open Source Library project is often downloaded on GitHub due to project needs. So recently decided to take the time to learn how to install Linux software, the installation of Git tools as an example to explain.Linux (fedora18) Install git tools:1) The difference between
be performed before committing, for example'git add app/model/user.rb'It will increase app/model/.user.rb files into the git index, which is similar to SVN's addgit RM: Delete files from the current workspace and the index, for example'git rm app/model/user.rb', this feature is similar to the SVN rm, Delgit commit: Commits the changes to the current workspace, similar to the SVN commit command, such as'git commit-m story #3, add user model', must be
Using Git in Windows, msysgit is the first choice, but the shell of msysgit is not powerful, the size cannot be changed, and the font is ugly. Therefore, in Windows, using Git in Cygwin is a good choice.
Before submitting the code, or merging the code to view the code modification, we often need to diff to see what changes are there, and the diff output is obscure. When there are too many changes, like tian
versioning.Tips for Beginners to learn Phpstorm
Read the Phpstorm help document at once. Phpstorm Online documents look a lot, in fact, really read fast, a night basically can read. It allows you to quickly familiarize yourself with the functionality, concepts, terminology and design concepts of the entire software, as well as basic usage.
Put all the menus, menu items, Windows, and tools of phpstorm all those things that you look at in
the content information of the testfile.txt file and add "Hello world." After saving② Use the git status command to see that the file display is modified, or you can use the git diff command to see the specific changes③ using the git add command and the git commit command to commit the modified file 4, version of the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.